This is the source code of the Proton Audio Time Stretching algorithm.

Please note that only the source code of the audio time stretching algorithm is provided. The "Proton Audio Time Stretch" application (with GUI) itself is proprietary and its source code is not available.

This is an Eclipse Java projet. It contains the time stretching algorithm itself. The "ch.tachyon.sonics.proton.demo" folder contains another very small Eclipse Java project that shows how to use the algorithm to time stretch an audio file.

To compile and run it, you will need the projects from the Tachyon-Tunnel plugin system, available at https://sourceforge.net/projects/tachyon-sonics/
(you need to checkout the sources - do not dowload the .jar which is another time stretching tool).

